PropertyCollectionIndexOf Method |
Searches for the specified
Property and returns the zero-based index of the first occurrence within the entire collection.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic int IndexOf(
Property property
)
Public Function IndexOf (
property As Property
) As Integer
Parameters
- property
- Type: Independentsoft.WebdavProperty
Return Value
Type:
Int32The property to locate in the collection. The value can be a null reference
See Also